home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / msdos / raytrace / pov / gen / form04a / sstools.inx < prev    next >
Text File  |  1994-03-04  |  3KB  |  75 lines

  1. ; this is a "profile" like those you get in windows
  2. ; the name of this one , "sstools.ini", is taken from fractint
  3. ; this file is a convenient place to dump stuff for me
  4. ; can be used mixed with fractint stuff
  5.  
  6. [FORM]
  7. ;
  8. ; NAME         | VALUES ALLOWED  | EQUIVALENT COMMAND LINE SWITCHES
  9. ; =============|=================|=================================
  10. ; pov_output   | no yes          | -pov- -pov+
  11. ; pov_version  | 1 or 2          | -pov_version= 1 | 2
  12. ; pov_type     | UNNESTED        | -pov1 
  13. ;              | NESTED          | -pov2
  14. ;              | DECLARES        | -pov3
  15. ; vivid_output | no yes          | -vivid- -vivid+
  16. ; vivid_type   | UNNESTED        | -vivid=1 (can have textures)
  17. ;              | NESTED          | -vivid=2 (no textures)
  18. ; dxf_output   | no yes          | -dxf- -dxf
  19. ; dxf_type     | UNNESTED        | -dxf=1
  20. ;              | NESTED          | -dxf=2
  21. ; plg_output   | no yes          | -plg- -plg+
  22. ; display      | no yes          | -display- -display+
  23. ; display_type | FLAT            | -display1
  24. ;              | WIREFRAME       | -display2
  25. ;              | GOURAUD         | -display3
  26. ;              | PHONG           | -display4
  27. ; save         | yes no          | -save -save-
  28. ; save_name    | filename        | -save=filename  
  29. ;              | (only if        |
  30. ;              | save=yes)       |
  31. ; pause        | yes no          | -k+ -k-
  32. ; dump         | yes no          | -dump+ -dump-
  33. ; screen_res   | 1               | -res1
  34. ;              | 2               | -res2
  35. ;              | 3               | -res3
  36. ; vesa         | yes no          | -vesa -vesa-
  37. ; verbose      | yes no          | -verbose+ -verbose-
  38. ; bios         | yes no          | -bios -bios-
  39. ; path         | comma separated | -path=semicolon separated 
  40. ;              | directories     |       directories
  41. ; SaveBackgroundAsWhite | yes no | -w+ -w-
  42. ; SaveAs       | GIF or TGA      | -g+ -t- or -t+ -g-
  43. ; view_angle   | degrees         | -view_angle=
  44. ;              | around y axis   |
  45. ; use_ems      | Y N             | -ems+ or -ems-
  46. ;
  47. ; float_render | Y N             | -float+ or -float-
  48. ;
  49. ;
  50. pov_output=no
  51. plg_output=no
  52. vivid_output=no
  53. vivid_type=NESTED
  54. dxf_output=no
  55. dxf_type=UNNESTED
  56. display=yes
  57. display_type=GOURAUD
  58. screen_res=1
  59. bios=yes        ; change to no for more speed, see below if having trouble
  60. vgamodex=no     ; change to yes if having trouble in 320x200 mode (quite likely)
  61. vesa=yes        ; don't change this unless you find a need
  62. path=shapes, formincs   ; use "," or space as path separators here
  63. SaveBackgroundAsWhite=No        ; nice black background
  64. SaveAs=GIF
  65. view_angle=0
  66. use_ems=yes
  67. ;pov_type=UNNESTED, NESTED , DECLARES
  68. ;pov_version=2
  69. ;save=yes|no
  70. ;save_name="filename"   ; .tga added if reqd
  71. ;pause=yes|no
  72. ;Dump=yes|no
  73. ;verbose=yes|no
  74.  
  75.